Welcome![Sign In][Sign Up]
Location:
Search - Matrix inverse

Search list

[AlgorithmMatrix1

Description: 有关的矩阵运算,例如行列式,逆等等 ,以及各种数值算法-the matrix operations, such as determinant, inverse etc., and various numerical algorithm
Platform: | Size: 2067456 | Author: 陈娜 | Hits:

[OtherStudentMisDlg

Description: 这是个打印一个矩阵的逆矩阵的小程序.这是我第一次进入本站而且是第一次上传自己的小程序,希望大家支持!-Print This is a matrix inverse matrix of small programs. This is the first time I entered the site is the first to upload their own small program, we hope that the support!
Platform: | Size: 2048 | Author: 王海龙 | Hits:

[Other Databasesgaussj

Description: 用fortran程序 编写的求一矩阵的逆矩阵的程序-using FORTRAN procedures for the preparation of a matrix inverse matrix procedures
Platform: | Size: 1024 | Author: 宋天 | Hits:

[Algorithmdcjzqn

Description: 在Turbo C环境下开发,实现对称矩阵的输入,并判定是否为正定。可以修改输入模块实现对任意非奇异矩阵求逆。求逆算法采用伴随矩阵法,求解行列式采用化上三角矩阵法。该算法系本人根据《线性代数》描述编写,矩阵的最大阶数可任意修改,更具有通用性。-in Turbo C development environment and achieve symmetric matrix input, and to determine whether the positive. Can modify the input module of arbitrary non-singular matrix inversion. Inverse algorithm adjoint matrix method, used to solve determinant of the upper triangular matrix. The algorithm is based on my "Linear Algebra" to describe the preparation, the biggest band Matrix will be able to arbitrarily amend, more versatile.
Platform: | Size: 2048 | Author: 史蒂芬 | Hits:

[Data structslinkedmatrix

Description: 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor. Basic operator: 1. addition(sub) of two matrix 2. inverse of a matrix. 3. multiply of two matrix. etc.-based on two-dimensional chain of sparse matrix model semi-plate design of Class A's template parse matrix. Key technology : bin. 2-m linked matrix. constructors : 1.normal constuctor 2.copy constuctor. 3.ass ignment constructor. Basic operator : 1. addition (sub) 2 matrix of two. inverse of a ma trix. 3. multiply of two matrix. etc
Platform: | Size: 7168 | Author: 狄中泉 | Hits:

[Data structsmatrix_reverse

Description: 矩阵求逆的c++程序,用来算大规模带分数形式的逆矩阵的,文件输入-matrix inversion c procedures for the large-scale Daibanshu form of the inverse matrix, the file input
Platform: | Size: 6144 | Author: mathstony | Hits:

[Algorithmvcmatrix

Description: 本源码包括矩阵运算的基本功能,包括矩阵加减、乘除、转置、求逆-the source of matrix of the basic functions, including matrix addition and subtraction, multiplication and division, to home, the inverse
Platform: | Size: 1024 | Author: | Hits:

[Algorithmlanczos_mine

Description: 对称矩阵的lanczos算法matlab程序-symmetric matrix algorithm Matlab procedures lanczos
Platform: | Size: 1024 | Author: 韩国锋 | Hits:

[AlgorithmMatrixOperater

Description: 此程序支持矩阵的常用计算,用C++实现,使用简单。支持求逆,伴随,行列式,加减乘除等运算-matrix support this procedure commonly used terms with C achieved using simple. Support for inverse, accompanied by the determinant, such as arithmetic operations
Platform: | Size: 405504 | Author: 姚秋林 | Hits:

[JSP/JavaCalJuZhen

Description: 矩阵逆置。特点是不增加额外存储空间。http://itzone.xsblog.com-matrix inverse home. Features are no additional storage space. Http://itzone.xsblog.com
Platform: | Size: 1024 | Author: 詹庆锋 | Hits:

[Data structsReversalOp

Description: 这是一个求矩阵逆运算的程序,主要特点是使用指针实现了矩阵的可变纬-This a matrix inverse operation for the procedures, the main characteristic is the use of a matrix to achieve target variable-wai! !
Platform: | Size: 1024 | Author: 薛倩倩 | Hits:

[OtherCMatrixForCpp

Description: 一个以double类型为基类型的矩阵类,实现了矩阵的加、减、乘、转置、求逆等基本操作。VC++程序。-a type of double-types of matrices, the matrix to achieve the increase, subtraction, multiplication, transpose, basic inverse operation. VC procedures.
Platform: | Size: 2048 | Author: WM | Hits:

[Algorithmmatrix_operation

Description: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-this procedure can be completed matrix of input and output. Have the same number of rows and columns in the matrix between the additive and subtractive. Matrix multiplication with the requirements of the rules of the matrix multiplication. Lineup of the division, the inverse matrix. Matrix switch matrices for the function.
Platform: | Size: 74752 | Author: 李然 | Hits:

[Algorithmqn1

Description: 快速矩阵求逆算法,通过此算法可快速对N级矩阵进行求逆运算-rapid matrix inversion algorithm, the algorithm can quickly on the N-matrix inverse operation
Platform: | Size: 1024 | Author: Sean | Hits:

[OtherSimpleDataStruct

Description: 小弟初学者,简单数据结构: 包括单链表逆置,对陈矩阵相乘,分解单链表,分块查找,交换左右自述,模式匹配,二叉排序树、删除子串,冒泡排序等-younger beginners, a simple data structure : single-chain including inverse home, Chen matrix multiplication, single-chain decomposition. Search Block, exchange around the readme, pattern matching, binary tree sort, delete substring, Bubble ranking
Platform: | Size: 91136 | Author: HuiCong | Hits:

[Mathimatics-Numerical algorithmsMatrix

Description: 矩阵类 可实现转置,求逆,求秩,求行列式值,求正定,重载了各种运算符-Matrices can be realized transpose, inverse, and rank, and the determinant value, and positive definite, a variety of operator overloading
Platform: | Size: 5120 | Author: 付海龙 | Hits:

[AlgorithmMyMatrix

Description: 矩阵类,能完成各种矩阵运算,如求积,求逆,以及最小二乘逆等-Matrix class, to complete a variety of matrix operations, such as quadrature, inverse and inverse least squares, etc.
Platform: | Size: 2048 | Author: 谭日昌 | Hits:

[Special Effectsinverseofmatrix

Description: 采用matlab求解矩阵的逆.本程序采用完全的c语言格式在matlab平台下编制-Using matlab to solve the inverse matrix. This procedure completely the c language format in the preparation of matlab platform
Platform: | Size: 1024 | Author: luozhenbao | Hits:

[Data structsgra_math

Description: 矩阵运算, 包括全选主元Gusass求逆,矩阵转置等-Matrix operations, including the Principal Select All Gusass inverse, matrix transpose, etc.
Platform: | Size: 1024 | Author: zwliu | Hits:

[File Formatcourse_134_200243113051

Description: 对于阶矩阵,如果存在阶矩阵,使得.则称为可逆矩阵.称为的逆矩阵. 由定义可得,与一定是同阶的,而且如果可逆,则的逆矩阵是唯一的. 这是因为,如果,都是的逆矩阵,则有 , 那么 所以逆矩阵是唯一的.我们把矩阵的逆矩阵记作. 逆矩阵有... -The band matrix, band matrix if it exists, making. Is called invertible matrix. Known as the inverse matrix. By definition available, and must be the same bands, and if reversible, then the inverse matrix is unique. This is because if is the inverse matrix, it has, then the inverse matrix is so unique. we Matrix recorded as the inverse matrix. inverse matrix has ...
Platform: | Size: 38912 | Author: 菲菲 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 42 »

CodeBus www.codebus.net